projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c7da0
)
(PATH_X_DEFAULTS): New macro.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Aug 1997 18:32:17 +0000
(18:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Aug 1997 18:32:17 +0000
(18:32 +0000)
src/epaths.in
patch
|
blob
|
history
diff --git
a/src/epaths.in
b/src/epaths.in
index e09cdc9111be84107a39a8ac58c1ccdd49d0bb64..b17734f5948d918bde457376fbe438cb06617f56 100644
(file)
--- a/
src/epaths.in
+++ b/
src/epaths.in
@@
-34,3
+34,6
@@
lisp variable configure-info-directory gets its value from this
macro, and is then used to set the Info-default-directory-list. */
#define PATH_INFO "/usr/local/info"
+
+/* Where Emacs should look for the application default file. */
+#define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S"